projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32808f8
)
(Coding Conventions): Minor cleanup.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:09:36 +0000
(12:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:09:36 +0000
(12:09 +0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index 6e3091558764b351521c452a32e7e190c4ef4fd7..3ec885eca66e9568544cf984937f5d27456d1ff7 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-294,7
+294,7
@@
accessed in random order (not searched front to back), provided there is
no need to insert or delete elements (only lists allow that).
@item
-The recommended way to
print
a message in the echo area is with
+The recommended way to
show
a message in the echo area is with
the @code{message} function, not @code{princ}. @xref{The Echo Area}.
@item